home *** CD-ROM | disk | FTP | other *** search
/ PC Guide Interactive 5 / PC Guide Issue 5 (Future Publishing) (1995).iso / english / circle.exe / circle.DXR / 00031_INIT.ls < prev    next >
Encoding:
Text File  |  1995-06-13  |  131 b   |  9 lines

  1. on exitFrame
  2.   global fcommand, scommand, ecommand, player
  3.   if player then
  4.     circle_init()
  5.   else
  6.     go("nologo")
  7.   end if
  8. end
  9.